home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / forward / README < prev   
Text File  |  1992-06-02  |  990b  |  22 lines

  1. This package contains two things: partial documentation on the NeXT
  2. Mail table_of_contents file format, and a perl script that you can use
  3. to have your incoming mail automatically incorporated into various
  4. mailboxes, depending on the headers of the incoming messages.
  5.  
  6. To set up the perl script you need to do two things, after making sure
  7. you have perl installed. You should edit forward.pl and follow the
  8. directions for setting some user-specific and site-specific variables.
  9. Then you need to create a file called .forward in your home directory.
  10. This will tell the mailing system to send incoming mail through the
  11. perl script. Mine contains the single line:
  12.  
  13. "| /usr/cap/bin/forward.pl"
  14.  
  15. You can install forward.pl wherever you want. Make sure your .forward
  16. file references the location where you actually installed forward.pl.
  17. Finally, make sure forward.pl is executable. You can do this by typing
  18.  
  19.     chmod +x forward.pl
  20.  
  21. Send any questions or problems to Chris Paris (cap+@cmu.edu).
  22.